home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / jikes / src / configure < prev    next >
Text File  |  1999-05-14  |  40KB  |  1,283 lines

  1. #! /bin/sh
  2. # $Id: configure,v 1.1 1999/03/09 14:49:40 shields Exp $
  3.  
  4. # Guess values for system-dependent variables and create Makefiles.
  5. # Generated automatically using autoconf version 2.13 
  6. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  7. #
  8. # This configure script is free software; the Free Software Foundation
  9. # gives unlimited permission to copy, distribute and modify it.
  10.  
  11. # Defaults:
  12. ac_help=
  13. ac_default_prefix=/usr/local
  14. # Any additions from configure.in:
  15. ac_help="$ac_help
  16.   --with-jikespg=PROG     location of jikes parser generator (optional)"
  17. ac_help="$ac_help
  18.   --with-icc=PROG         use the IBM Cset++ compiler, optional PROG can be given instead of searching on the PATH"
  19. ac_help="$ac_help
  20.   --with-CC=PROG          use the AT&T CC compiler, optional PROG can be given instead of searching on the PATH"
  21. ac_help="$ac_help
  22.   --with-gas              use the gnu assembler (optional)"
  23. ac_help="$ac_help
  24.   --enable-symbols        build with debugging symbols"
  25.  
  26. # Initialize some variables set by options.
  27. # The variables have the same names as the options, with
  28. # dashes changed to underlines.
  29. build=NONE
  30. cache_file=./config.cache
  31. exec_prefix=NONE
  32. host=NONE
  33. no_create=
  34. nonopt=NONE
  35. no_recursion=
  36. prefix=NONE
  37. program_prefix=NONE
  38. program_suffix=NONE
  39. program_transform_name=s,x,x,
  40. silent=
  41. site=
  42. srcdir=
  43. target=NONE
  44. verbose=
  45. x_includes=NONE
  46. x_libraries=NONE
  47. bindir='${exec_prefix}/bin'
  48. sbindir='${exec_prefix}/sbin'
  49. libexecdir='${exec_prefix}/libexec'
  50. datadir='${prefix}/share'
  51. sysconfdir='${prefix}/etc'
  52. sharedstatedir='${prefix}/com'
  53. localstatedir='${prefix}/var'
  54. libdir='${exec_prefix}/lib'
  55. includedir='${prefix}/include'
  56. oldincludedir='/usr/include'
  57. infodir='${prefix}/info'
  58. mandir='${prefix}/man'
  59.  
  60. # Initialize some other variables.
  61. subdirs=
  62. MFLAGS= MAKEFLAGS=
  63. SHELL=${CONFIG_SHELL-/bin/sh}
  64. # Maximum number of lines to put in a shell here document.
  65. ac_max_here_lines=12
  66.  
  67. ac_prev=
  68. for ac_option
  69. do
  70.  
  71.   # If the previous option needs an argument, assign it.
  72.   if test -n "$ac_prev"; then
  73.     eval "$ac_prev=\$ac_option"
  74.     ac_prev=
  75.     continue
  76.   fi
  77.  
  78.   case "$ac_option" in
  79.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  80.   *) ac_optarg= ;;
  81.   esac
  82.  
  83.   # Accept the important Cygnus configure options, so we can diagnose typos.
  84.  
  85.   case "$ac_option" in
  86.  
  87.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  88.     ac_prev=bindir ;;
  89.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  90.     bindir="$ac_optarg" ;;
  91.  
  92.   -build | --build | --buil | --bui | --bu)
  93.     ac_prev=build ;;
  94.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  95.     build="$ac_optarg" ;;
  96.  
  97.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  98.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  99.     ac_prev=cache_file ;;
  100.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  101.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  102.     cache_file="$ac_optarg" ;;
  103.  
  104.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  105.     ac_prev=datadir ;;
  106.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  107.   | --da=*)
  108.     datadir="$ac_optarg" ;;
  109.  
  110.   -disable-* | --disable-*)
  111.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  112.     # Reject names that are not valid shell variable names.
  113.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  114.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  115.     fi
  116.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  117.     eval "enable_${ac_feature}=no" ;;
  118.  
  119.   -enable-* | --enable-*)
  120.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  121.     # Reject names that are not valid shell variable names.
  122.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  123.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  124.     fi
  125.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  126.     case "$ac_option" in
  127.       *=*) ;;
  128.       *) ac_optarg=yes ;;
  129.     esac
  130.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  131.  
  132.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  133.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  134.   | --exec | --exe | --ex)
  135.     ac_prev=exec_prefix ;;
  136.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  137.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  138.   | --exec=* | --exe=* | --ex=*)
  139.     exec_prefix="$ac_optarg" ;;
  140.  
  141.   -gas | --gas | --ga | --g)
  142.     # Obsolete; use --with-gas.
  143.     with_gas=yes ;;
  144.  
  145.   -help | --help | --hel | --he)
  146.     # Omit some internal or obsolete options to make the list less imposing.
  147.     # This message is too long to be a string in the A/UX 3.1 sh.
  148.     cat << EOF
  149. Usage: configure [options] [host]
  150. Options: [defaults in brackets after descriptions]
  151. Configuration:
  152.   --cache-file=FILE       cache test results in FILE
  153.   --help                  print this message
  154.   --no-create             do not create output files
  155.   --quiet, --silent       do not print \`checking...' messages
  156.   --version               print the version of autoconf that created configure
  157. Directory and file names:
  158.   --prefix=PREFIX         install architecture-independent files in PREFIX
  159.                           [$ac_default_prefix]
  160.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  161.                           [same as prefix]
  162.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  163.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  164.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  165.   --datadir=DIR           read-only architecture-independent data in DIR
  166.                           [PREFIX/share]
  167.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  168.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  169.                           [PREFIX/com]
  170.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  171.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  172.   --includedir=DIR        C header files in DIR [PREFIX/include]
  173.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  174.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  175.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  176.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  177.   --program-prefix=PREFIX prepend PREFIX to installed program names
  178.   --program-suffix=SUFFIX append SUFFIX to installed program names
  179.   --program-transform-name=PROGRAM
  180.                           run sed PROGRAM on installed program names
  181. EOF
  182.     cat << EOF
  183. Host type:
  184.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  185.   --host=HOST             configure for HOST [guessed]
  186.   --target=TARGET         configure for TARGET [TARGET=HOST]
  187. Features and packages:
  188.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  189.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  190.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  191.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  192.   --x-includes=DIR        X include files are in DIR
  193.   --x-libraries=DIR       X library files are in DIR
  194. EOF
  195.     if test -n "$ac_help"; then
  196.       echo "--enable and --with options recognized:$ac_help"
  197.     fi
  198.     exit 0 ;;
  199.  
  200.   -host | --host | --hos | --ho)
  201.     ac_prev=host ;;
  202.   -host=* | --host=* | --hos=* | --ho=*)
  203.     host="$ac_optarg" ;;
  204.  
  205.   -includedir | --includedir | --includedi | --included | --include \
  206.   | --includ | --inclu | --incl | --inc)
  207.     ac_prev=includedir ;;
  208.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  209.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  210.     includedir="$ac_optarg" ;;
  211.  
  212.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  213.     ac_prev=infodir ;;
  214.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  215.     infodir="$ac_optarg" ;;
  216.  
  217.   -libdir | --libdir | --libdi | --libd)
  218.     ac_prev=libdir ;;
  219.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  220.     libdir="$ac_optarg" ;;
  221.  
  222.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  223.   | --libexe | --libex | --libe)
  224.     ac_prev=libexecdir ;;
  225.   -